Skip to main content
Version: 2.x.x

StringifyCallbackType


import { StringifyCallbackType } from "@hyper-fetch/core"

Description

Defined in builder/builder.types.ts:53

Preview

type StringifyCallbackType = (queryParams: ClientQueryParamsType | string | NegativeTypes) => string;

Structure

(queryParams: ClientQueryParamsType | string | NegativeTypes) => string